'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property Server As String
'Usage
Dim instance As DAItemChangedPayload(Of TValue) Dim value As String instance.Server = value value = instance.Server
[JetBrains.Annotations.NotNull()] public string Server {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.